home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / os2 / srefv112.zip / REPSTRGS.IN < prev    next >
Text File  |  1996-05-03  |  2KB  |  37 lines

  1. ; An SRE-FILTER support file. 5/96
  2. ; This contains replacement strings that can be used by the
  3. ; REPLACE keyphrase facility of the SREFILTR GOSERVE filter.
  4. ; The first item (the LABEL) should be a label with NO embedded spaces
  5. ; The second argument (the STRING)  should be the string to be used when the
  6. ; corresponding REPLACE keyphrase is found
  7. ; Example: PHONEME  Contact Joe at 202-222-1515 for more information!
  8. ;  When a "<!-- REPLACE CONTACT-->" element occurs in your HTML file,
  9. ;       it is replaced by,
  10. ;              Contact Joe  at 202-222-15151 for more information!
  11. ;
  12. ; Note on multi-line replacements (assuming you don't want to use the INCLUDE keyphrase)
  13. ;    For multi line replacements (each line seperated by a crlf), just enter multiple
  14. ;    occurences of the same label -- the values will be appended.
  15. ; example
  16. ;      MYADDRESS   My address is: <p>
  17. ;      MYADDRESS   1301 New York Ave. <br>
  18. ;      MYADDRESS    Washington, DC. 20005 <br>
  19. ; would generate 3 lines (note that if you use multi-line replaces, be careful of what
  20. ; you put around it, since replaces do not force a new line either before or after)
  21. ; Note the addition of the <br> character -- HTML ignores line return characters!
  22. ;
  23. ; --- End of comments
  24. ; You can change the next one to reflect your current status.
  25. PAGE_STATUS  (under construction)
  26.  
  27. ; These are handy to use at the top of your document (they are valid
  28. ; DTD doctype statements)
  29. DOCTYPE.HTML2 <!doctype html public "-//IETF//DTD HTML 2.0//EN">
  30. DOCTYPE.HTML3 <!doctype html public "-//IETF//DTD HTML 3.0//EN">
  31. DOCTYPE.NETSCAPE <!DOCTYPE HTML PUBLIC  "-//Netscape Comm. Corp.//DTD HTML//EN">
  32. ;
  33. ; This is a sample of a multi-line replacement
  34. SEPERATOR      *****************************************************
  35. SEPERATOR <br> ***-----------------------------------------------***
  36. SEPERATOR <br> *****************************************************
  37.